NContinuousMediaExporter<TContent> Class Members
In This Topic
The following tables list the members exposed by NContinuousMediaExporter<TContent>.
Public Properties
| Name | Description |
| DefaultFormatExtension | Gets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png". |
| FileTypes | Gets/Sets the file types supported by this image exporter. |
Top
Public Methods
| Name | Description |
| CopyToClipboard | Overloaded. Copies an image to the clipboard. The image contains the area of the document with the specified bounds and is generated with the specified dpi. |
| GetDocumentContentBounds | Gets the bounds of the document content. |
| SaveAsImage | Overloaded. Shows a file dialog for selecting an image file and exports the given bounds of the document to an image with the specified DPI. The format of the image is determined by the type of image selected by the user. |
| SaveToFileAsync | Overloaded. Saves the given bounds of the document to the specified file. |
| SaveToStream | Exports the specified bounds of the document to an image and saves it to the given stream. |
Top
See Also